home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ccdl151s.zip / SOURCE / Q.C < prev    next >
C/C++ Source or Header  |  1997-05-30  |  86b  |  11 lines

  1. int array[10];
  2. main()
  3. {
  4.     char i;
  5.     i=4;
  6.     i=4;
  7.     i=4;
  8.     i=4;
  9.     array[i++] = 4;
  10.  
  11. }